From a994fc6e364300ea6496fe03ef3f06b6a0c40631 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Fri, 4 May 2018 10:51:20 -0700 Subject: [PATCH] Disable --all-targets panic tests until we can land a fix. --- tests/testsuite/profile_targets.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/testsuite/profile_targets.rs b/tests/testsuite/profile_targets.rs index 7a245fe8a..c43ac62e9 100644 --- a/tests/testsuite/profile_targets.rs +++ b/tests/testsuite/profile_targets.rs @@ -146,6 +146,9 @@ foo custom build PROFILE=release DEBUG=false OPT_LEVEL=3 ); } +// Temporarily disable this test until --all-targets is fixed when using +// `panic`. See https://github.com/rust-lang/cargo/issues/5444 +#[ignore] #[test] fn profile_selection_build_all_targets() { let p = all_target_project(); @@ -223,6 +226,9 @@ foo custom build PROFILE=debug DEBUG=true OPT_LEVEL=0 ); } +// Temporarily disable this test until --all-targets is fixed when using +// `panic`. See https://github.com/rust-lang/cargo/issues/5444 +#[ignore] #[test] fn profile_selection_build_all_targets_release() { let p = all_target_project(); -- 2.30.2